home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mess With 10
/
Mess With 10.iso
/
mac
/
SubMenu3.DIR
/
00203_Script_203
< prev
next >
Wrap
Text File
|
1996-12-18
|
474b
|
17 lines
on mouseUp
set cl = the clickon
set ck = cl + 38
repeat with n = 43 to 48
if (the visible of sprite n = TRUE) then
set the visible of sprite n = FALSE
set the cursor of sprite (n - 38) = [176, 177]
exit repeat
end if
end repeat
set the visible of sprite ck = TRUE
set the cursor of sprite cl = -1
global G_BGM
set G_BGM = (ck - 42)
puppetsound "IDITTE" & string(G_BGM) & ".AIF"
end if
end